-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(rewrites): change TableColumn
-> Field
in rewrites
#8448
Conversation
ACTION NEEDED Ibis follows the Conventional Commits specification for release automation. The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. |
Apparently we don't use |
Yeah, these got dropped in the refactor. I think we might want to bring them back though instead of implementing in the compiler (see ibis/ibis/backends/sql/compiler.py Lines 1319 to 1336 in e4edc78
That said, happy to merge the fix as is (or delete the rewrites fully until/if we want them back). |
I can look at restoring the expr-level rewrites |
SGTM, could you create a ticket to track this? I think we can merge it as is. |
will do |
TableColumn
-> Field
in rewrites
Description of changes
I don't know if just aren't using these rewrites or aren't testing them.
Anyway, quick PR to remove the now renamed
ops.TableColumn
-- if it makes more sense to rip out the rewrites, I can do that instead.Issues closed